'Declaration <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public MustInherit Class EditorNumericUpDownDefinitionBase (Of TEditor As {New, CommonNumericUpDown(Of TType)}, TType As {New, IFormattable, IComparable(Of TType), Struct}) Inherits Xceed.Wpf.Toolkit.PropertyGrid.EditorUpDownDefinitionBase(Of TEditor,Nullable(Of TType))
'Usage Dim instance As EditorNumericUpDownDefinitionBase(Of TEditor,TType)
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public abstract class EditorNumericUpDownDefinitionBase<TEditor,TType> : Xceed.Wpf.Toolkit.PropertyGrid.EditorUpDownDefinitionBase<TEditor,Nullable<TType>> where TEditor: new(), CommonNumericUpDown<TType> where TType: new(), IFormattable, IComparable<TType>, struct